home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Misc Utils / Demo AppMaker™ 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_514_EachHierMenuItem < prev    next >
Encoding:
Text File  |  1992-04-08  |  191 b   |  9 lines

  1. %case defineItem%
  2.     %if commandNr > 1023%
  3.         #define cmd%MenuItemName%%    %%commandNr% 
  4.     %endif%
  5. %case updateDocMenu%
  6.     %if commandNr > 1023%
  7.         gBartender->EnableCmd (cmd%MenuItemName%);
  8.     %endif%
  9.